Skip to content

reuse datafusion physical planner in ballista building from protobuf#532

Merged
alamb merged 4 commits intoapache:masterfrom
jimexist:reuse-planner-building
Jun 11, 2021
Merged

reuse datafusion physical planner in ballista building from protobuf#532
alamb merged 4 commits intoapache:masterfrom
jimexist:reuse-planner-building

Conversation

@jimexist
Copy link
Member

@jimexist jimexist commented Jun 10, 2021

Which issue does this PR close?

Closes #.

Rationale for this change

reuse datafusion physical planner in ballista building from protobuf.

so far there are duplicated code within ballista and datafusion planner because the latter needs to handle alias but for ballista the expr name is flattened in protobuf, resulting two similar codepath in building the aggregation exec.

this tries to unify both and reuse code.

What changes are included in this PR?

Are there any user-facing changes?

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants